home *** CD-ROM | disk | FTP | other *** search
/ Model Wife / The Best of New Machine Publishing 4 - Disc 2: Model Wife.iso / pc / sampler / erotica.exe / erotica.DXR / 00349.ls < prev    next >
Encoding:
Text File  |  1995-11-20  |  517 b   |  18 lines

  1. on exitFrame
  2.   global C
  3.   set the constraint of sprite 15 to 14
  4.   set the visible of sprite 15 to 1
  5.   set the volume of sound 1 to (225 - the locV of sprite 15) * 2
  6.   set the visible of sprite 2 to 1
  7.   repeat with i = 2 to 6
  8.     set the puppet of sprite i to 1
  9.   end repeat
  10.   set the puppet of sprite 10 to 1
  11.   set the puppet of sprite 11 to 1
  12.   set the castNum of sprite 10 to C
  13.   set the castNum of sprite 11 to C + 64
  14.   set the visible of sprite 10 to 1
  15.   set the visible of sprite 11 to 1
  16.   go(the frame + 2)
  17. end
  18.